home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / mac / Time Warp / Time Warp.DXR / Shared_36.ls < prev    next >
Encoding:
Text File  |  1997-05-23  |  804 b   |  33 lines

  1. on initGlobals
  2.   global monitorOn, monitor, discs, discsLoaded, discType, gems, sword, gun, keyCard, keyCard2, key, log, leye, reye, skull, pot, IconCount, slotCount, SexLevel, root, in, mass, showers, desserts, damsel, squeen, returnMark, jagcount
  3.   set SexLevel to 0
  4.   set jagcount to 0
  5.   set squeen to 0
  6.   set monitorOn to 0
  7.   set monitor to 0
  8.   set root to the pathName
  9.   set IconCount to 0
  10.   set slotCount to 0
  11.   set discs to 0
  12.   set discsLoaded to 0
  13.   set gems to 0
  14.   set skull to 0
  15.   set pot to 0
  16.   set sword to 0
  17.   set gun to 0
  18.   set keyCard to 0
  19.   set keyCard2 to 0
  20.   set key to 0
  21.   set SexLevel to 0
  22.   set discType to list("generic")
  23.   set in to 0
  24.   set showers to 0
  25.   set mass to 0
  26.   set desserts to 0
  27.   set damsel to 0
  28.   set log to 0
  29.   set leye to 0
  30.   set reye to 0
  31.   set returnMark to 0
  32. end
  33.